implementation dependent behavior
- implementation dependent behavior
поведение, зависящее от реализации
Не все аспекты сложных языков программирования (таких, как С++) могут и должны быть определены в стандарте. Этим термином определяют те детали языка, которые могут быть разными в разных реализациях – компиляторов и/или стандартных библиотек, и/или операционного окружения.
English-Russian glossary of C + +.
2014.
Смотреть что такое "implementation dependent behavior" в других словарях:
Dialectical behavior therapy — (DBT) is a system of therapy originally developed by Marsha M. Linehan, a psychology researcher at the University of Washington, to treat people with borderline personality disorder (BPD) .[1][2] DBT combines standard cognitive behavioral… … Wikipedia
Standard Template Library — C++ Standard Library fstream iomanip ios iostream sstream string … Wikipedia
Floating point — In computing, floating point describes a method of representing real numbers in a way that can support a wide range of values. Numbers are, in general, represented approximately to a fixed number of significant digits and scaled using an exponent … Wikipedia
Computational chemistry — is a branch of chemistry that uses principles of computer science to assist in solving chemical problems. It uses the results of theoretical chemistry, incorporated into efficient computer programs, to calculate the structures and properties of… … Wikipedia
Border Gateway Protocol — BGP redirects here. For the Formula One Team, see Brawn GP. The Border Gateway Protocol (BGP) is the protocol backing the core routing decisions on the Internet. It maintains a table of IP networks or prefixes which designate network reachability … Wikipedia
Malloc — In computing, malloc is a subroutine provided in the C and C++ programming language s standard libraries for performing dynamic memory allocation. Rationale The C programming language manages memory either statically or automatically . Static… … Wikipedia
SQL — This article is about the database language. For the airport with IATA code SQL, see San Carlos Airport. SQL Paradigm(s) Multi paradigm Appeared in 1974 Designed by Donald D. Chamberlin Raymond F. Boyce Developer … Wikipedia
Magnet — This article is about objects and devices that produce magnetic fields. For a description of magnetic materials, see magnetism. For other uses, see Magnet (disambiguation) … Wikipedia
Panos G. Georgopoulos — Panos G. Georgopoulos, Ph.D. is a scientist working in the field of Environmental Health and specializing in Mathematical Modeling of Environmental and Biological Systems. He is the architect or the MOdeling ENvironment for Total Risk studies… … Wikipedia
Medical cannabis — American Cannabis Indica purchased at a Medical Cannabis dispensary … Wikipedia
Make (software) — make Original author(s) Stuart Feldman Initial release 1977 Type build automation tool In software development, Make is a utility that automatically builds executable programs and libraries from source code by rea … Wikipedia